From bcb0b36238afc0f4f1b38f2b1699852edc4a31a2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:05:59 -0500 Subject: [PATCH] searchentry: Use markdown for css tree --- gtk/gtksearchentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 92d82dcf5e..64827efdf4 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -79,10 +79,10 @@ * * ## CSS Nodes * - * |[ + * ``` * entry.search * ╰── text - * ]| + * ``` * * `GtkSearchEntry` has a single CSS node with name entry that carries * a `.search` style class, and the text node is a child of that. -- 2.30.2